home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 17 / MacFormat 17 (Spain) / MacFormat 17.bin / Extras / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Events / Exists Examples < prev    next >
Encoding:
Text File  |  1996-01-24  |  213 b   |  9 lines

  1. tell application "FileMaker Pro"
  2.     exists first database
  3.     exists database "Test1"
  4.     exists cell 67
  5.     exists record 10
  6.     exists request 1
  7.     exists FileMaker script "a"
  8.     exists first menu item of menu "External"
  9. end tell